body,
html {
  color: #5e5e5e;
  font-size: Arial, Helvetica, sans-serif, "宋体";
  background-color: #f9f9f9;
}
.zs_index {
  margin-bottom: 20px;
}
.zs_index .roll_img {
  height: 460px!important;
}
.zs_index nav {
  height: 80px;
  background-color: #fff;
}
.zs_index nav a {
  color: #5e5e5e;
}
.zs_index nav .nav_content {
  width: 1200px;
  margin: 0 auto;
}
.zs_index nav .nav_content .nav_img {
  display: inline-block;
  float: left;
}
.zs_index nav .nav_content .nav_img img {
  width: 130px;
  height: 50px;
  margin-top: 15px;
  margin-right: 30px;
}
.zs_index nav .nav_content .nav_list {
  float: left;
  margin-top: 17.5px;
}
.zs_index nav .nav_content .nav_list li {
  float: left;
  border-right: 1px #d3d3d3 solid;
  margin: 12px 0;
  padding: 0px 24px;
  font-size: 16px;
  cursor: pointer;
}
.zs_index nav .nav_content .nav_list li:hover {
  color: #00a0e9;
}
.zs_index nav .nav_content .nav_list li:first-child + li + li + li + li + li {
  border-right: 0;
}
.zs_index nav .nav_content .nav_list #head_data {
  position: relative;
}
.zs_index nav .nav_content .nav_list #head_data img {
  position: absolute;
  top: -7px;
  right: 0;
}
.zs_index nav .nav_content .nav_right {
  float: right;
}
.zs_index nav .nav_content .nav_right .nav_search {
  float: left;
  margin: 25px 30px 0 0;
  position: relative;
}
.zs_index nav .nav_content .nav_right .search_input {
  border: 1px solid #b0afb2;
  width: 230px;
  height: 30px;
  border-radius: 50px;
  outline: 0;
  line-height: 30px;
  padding-left: 16px;
  font-size: 14px;
}
.zs_index nav .nav_content .nav_right .search_icon {
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
}
.zs_index nav .nav_content .nav_right .wecat_buy {
  width: 60px;
  height: 60px;
  margin-top: 10px;
}
.zs_index .goods_category {
  height: 150px;
  width: 1200px;
  margin: 10px auto;
  box-sizing: content-box;
}
.zs_index .goods_category .goods_title {
  width: 100%;
  height: 40px;
  border-bottom: 2px solid #00a0e9;
  line-height: 40px;
  text-align: center;
  color: #00a0e9;
  font-size: 20px;
  margin-bottom: 10px;
  background-color: #fff;
}
.zs_index .goods_category .goods_title_items {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 120px;
  height: 100px;
  float: left;
  margin-right: 14px;
}
.zs_index .goods_category .goods_title_items:first-child + .goods_title_items + .goods_title_items + .goods_title_items + .goods_title_items + .goods_title_items {
  margin-right: 0;
}
.zs_index .goods_category .goods_title_items .goods_title_word {
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: -16px;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  transition: all 0.7s;
  z-index: 99999;
  text-align: center;
  padding-top: 3px;
}
.zs_index .goods_category .goods_title_items:hover .goods_title_word {
  bottom: 0px;
}
.zs_index .goods_category .goods_left {
  float: left;
  width: 790px;
  margin-right: 10px;
  background-color: #fff;
}
.zs_index .goods_category .goods_left img {
  width: 120px;
  height: 100px;
  cursor: pointer;
  float: left;
}
.zs_index .goods_category .goods_right {
  float: left;
  width: 400px;
}
.zs_index .goods_category .goods_right .goods_title {
  margin-bottom: 0px;
}
.zs_index .goods_category .goods_right #goods_list {
  overflow: hidden;
  height: 72px;
}
.zs_index .goods_category .goods_right .goods_box {
  height: 72px;
}
.zs_index .goods_category .goods_right .transaction_ul {
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #e3f2fa;
  border-bottom: 1px solid #e3e3e3;
  color: #00a0e9;
}
.zs_index .goods_category .goods_right .transaction_ul li {
  float: left;
  width: 33.333%;
}
.zs_index .goods_category .goods_right .transaction_num_ul {
  height: 24px;
  line-height: 24px;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff;
}
.zs_index .goods_category .goods_right .transaction_num_ul li {
  float: left;
  width: 33.333%;
}
.zs_index .spot_trading {
  height: 516px;
  width: 1200px;
  margin: 0 auto;
}
.zs_index .spot_trading a {
  color: #5e5e5e;
}
.zs_index .spot_trading .spot_left {
  float: left;
  width: 790px;
  margin-right: 10px;
  height: 100%;
}
.zs_index .spot_trading .spot_left .spot_title {
  position: relative;
  font-size: 20px;
  color: #fff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: -webkit-linear-gradient(left, #00a0e9, #2d85df);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #00a0e9, #2d85df);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #00a0e9, #2d85df);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #00a0e9, #2d85df);
  /* 标准的语法 */
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00a0e9, endcolorstr=#2d85df, gradientType=1);
}
.zs_index .spot_trading .spot_left .spot_title .spot_more {
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: 20px;
  text-decoration: none;
}
.zs_index .spot_trading .spot_left .spot_List {
  width: 100%;
  text-align: center;
}
.zs_index .spot_trading .spot_left .spot_List li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px dashed #ccc;
  box-sizing: content-box;
  background-color: #fff;
}
.zs_index .spot_trading .spot_left .spot_List li .place_order {
  background-color: #ff9900;
  width: 80px;
  height: 28px;
  color: #fff;
  border: 0;
  text-align: center;
  line-height: 28px;
  border-radius: 3px;
}
.zs_index .spot_trading .spot_left .spot_List li .place_order:hover {
  background-color: #ffb400;
}
.zs_index .spot_trading .spot_left .spot_List li span {
  display: inline-block;
  width: 12%;
}
.zs_index .spot_trading .spot_left .spot_List li:nth-child(1) {
  height: 40px;
  line-height: 40px;
  background-color: #f9f9f9;
  border-bottom: 0;
}
.zs_index .spot_trading .spot_left .spot_List li:last-child {
  border-bottom: 0;
  height: 63px;
}
.zs_index .spot_trading .spot_right {
  float: left;
  width: 400px;
  height: 100%;
}
.zs_index .spot_trading .spot_right .spot_today {
  font-size: 20px;
  color: #00a0e9;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-bottom: 2px solid #00a0e9;
  background-color: #fff;
  position: relative;
}
.zs_index .spot_trading .spot_right .spot_today .spot_more {
  font-size: 14px;
  color: #5e5e5e;
  position: absolute;
  right: 10px;
  text-decoration: none;
}
.zs_index .spot_trading .spot_right .spot_today_nav {
  width: 100%;
  height: 37px;
  margin-top: 13px;
}
.zs_index .spot_trading .spot_right .spot_today_nav .spot_today_box {
  width: 70px;
  height: 37px;
  display: inline-block;
  margin: 0 3px;
  background-color: #e5e5e5;
  border: 1px solid #d3d3d3;
  line-height: 37px;
  text-align: center;
  cursor: pointer;
}
.zs_index .spot_trading .spot_right .spot_today_nav .active {
  color: #fff;
  background-color: #b897f1;
  border: 0;
}
.zs_index .spot_trading .spot_right .spot_today_list {
  position: relative;
}
.zs_index .spot_trading .spot_right .spot_today_list .spot_today_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
.zs_index .spot_trading .spot_right .spot_today_list .spot_today_item:nth-child(1) {
  display: block;
}
.zs_index .spot_trading .spot_right .spot_today_list .spot_today_item #goods_list {
  height: 380px;
  overflow: hidden;
}
.zs_index .spot_trading .spot_right .transaction_ul {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f9f9f9;
}
.zs_index .spot_trading .spot_right .transaction_ul li {
  float: left;
  width: 20%;
  overflow: hidden;
  height: 100%;
}
.zs_index .spot_trading .spot_right .transaction_num_ul {
  height: 38px;
  line-height: 38px;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px dotted #dbcbf8;
  background-color: #fff;
  position: relative;
}
.zs_index .spot_trading .spot_right .transaction_num_ul li {
  float: left;
  width: 20%;
  overflow: hidden;
  height: 100%;
  cursor: pointer;
}
.zs_index .spot_trading .spot_right .transaction_num_ul .zs_stock_place_order {
  display: none;
  width: 100px;
  height: 39px;
  border-radius: 10px;
  border: 1px solid #d3d3d3;
  position: absolute;
  left: 255px;
  top: 0px;
  z-index: 9999;
  background-color: #fff;
}
.zs_index .spot_trading .spot_right .transaction_num_ul .zs_stock_place_order input[type='button'] {
  background-color: #ff9900;
  width: 80px;
  height: 28px;
  color: #fff;
  border: 0;
  text-align: center;
  line-height: 28px;
  border-radius: 3px;
  margin-top: 3px;
}
.zs_index .spot_trading .spot_right .transaction_num_ul .zs_stock_place_order i {
  background: url(/images/custom_service2.png) no-repeat;
  width: 24px;
  height: 13px;
  position: absolute;
  bottom: 12px;
  left: -6%;
  margin-left: -12px;
  transform: rotate(90deg);
}
.zs_index .spot_trading .spot_right .transaction_num_ul:last-child {
  border-bottom: 0;
}
.zs_index .forward_trading {
  width: 1200px;
  margin: 0 auto;
}
.zs_index .forward_trading a {
  color: #5e5e5e;
}
.zs_index .forward_trading .spot_left {
  float: left;
  width: 790px;
  margin-right: 10px;
  height: 100%;
}
.zs_index .forward_trading .spot_left .spot_title {
  position: relative;
  font-size: 20px;
  color: #fff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: -webkit-linear-gradient(left, #00a0e9, #2d85df);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #00a0e9, #2d85df);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #00a0e9, #2d85df);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #00a0e9, #2d85df);
  /* 标准的语法 */
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00a0e9, endcolorstr=#2d85df, gradientType=1);
}
.zs_index .forward_trading .spot_left .spot_title .spot_more {
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: 20px;
  text-decoration: none;
}
.zs_index .forward_trading .spot_left .spot_List {
  width: 100%;
  text-align: center;
}
.zs_index .forward_trading .spot_left .spot_List li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px dashed #ccc;
  box-sizing: content-box;
  background-color: #fff;
}
.zs_index .forward_trading .spot_left .spot_List li .place_order {
  background-color: #ff9900;
  width: 80px;
  height: 28px;
  color: #fff;
  border: 0;
  text-align: center;
  line-height: 28px;
  border-radius: 3px;
}
.zs_index .forward_trading .spot_left .spot_List li .place_order:hover {
  background-color: #ffb400;
}
.zs_index .forward_trading .spot_left .spot_List li span {
  display: inline-block;
  width: 12%;
}
.zs_index .forward_trading .spot_left .spot_List li:nth-child(1) {
  height: 40px;
  line-height: 40px;
  background-color: #f9f9f9;
  border-bottom: 0;
}
.zs_index .forward_trading .spot_left .spot_List li:last-child {
  border-bottom: 0;
}
.zs_index .forward_trading .spot_right {
  float: left;
  width: 400px;
  height: 100%;
}
.zs_index .forward_trading .spot_right .spot_today {
  font-size: 20px;
  color: #00a0e9;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-bottom: 2px solid #00a0e9;
  background-color: #fff;
}
.zs_index .forward_trading .spot_right .spot_today_nav {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.zs_index .forward_trading .spot_right .spot_today_nav .column_title {
  margin-left: 34px;
  margin-right: 168px;
}
.zs_index .forward_trading .spot_right .forward_box {
  background-color: #fff;
  padding: 10px 10px 8px 10px;
}
.zs_index .forward_trading .spot_right .forward_box .forward_column {
  float: left;
  width: 80px;
  margin-top: 5px;
}
.zs_index .forward_trading .spot_right .forward_box .forward_column li {
  width: 80px;
  height: 65px;
  background-color: #e5e5e5;
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  padding-top: 5px;
  cursor: pointer;
}
.zs_index .forward_trading .spot_right .forward_box .forward_column li .forward_column_f_t {
  width: 80%;
  height: 80%;
  letter-spacing: 5px;
  line-height: 26px;
  margin: 5% 13%;
}
.zs_index .forward_trading .spot_right .forward_box .forward_column .active {
  background-color: #81a2ff;
  color: #fff;
}
.zs_index .forward_trading .spot_right .forward_box .forward_hotspot_items {
  position: relative;
  float: left;
}
.zs_index .forward_trading .spot_right .forward_box .forward_hotspot {
  position: absolute;
  top: 4px;
  left: 12px;
  float: right;
  width: 288px;
  display: none;
}
.zs_index .forward_trading .spot_right .forward_box .forward_hotspot .forward_list_items {
  float: left;
  overflow: hidden;
  position: relative;
}
.zs_index .forward_trading .spot_right .forward_box .forward_hotspot .forward_list_items p {
  display: inline-block;
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 134px;
  height: 26px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 26px;
  font-size: 12px;
  transition: all 0.7s;
  z-index: 99999;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zs_index .forward_trading .spot_right .forward_box .forward_hotspot .forward_list_items:nth-child(1) {
  margin-right: 0px;
}
.zs_index .forward_trading .spot_right .forward_box .forward_hotspot .forward_list_items:nth-child(3) img {
  margin-right: 0px;
}
.zs_index .forward_trading .spot_right .forward_box .forward_hotspot:first-child {
  display: block;
}
.zs_index .forward_trading .spot_right .forward_box .forward_hotspot img {
  width: 134px;
  height: 80px;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
.zs_index .forward_trading .spot_right .forward_box .forward_hotspot .forward_hotspot_list li {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 41px;
  padding-left: 10px;
}
.zs_index .forward_trading .spot_right .forward_box .forward_hotspot .forward_hotspot_more {
  float: right;
  margin-right: 20px;
  margin-top: 14px;
}
.zs_index .forward_trading .spot_right .transaction_ul {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f9f9f9;
}
.zs_index .forward_trading .spot_right .transaction_ul li {
  float: left;
  width: 33.333%;
}
.zs_index .forward_trading .spot_right .transaction_num_ul {
  height: 38px;
  line-height: 38px;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px dotted #dbcbf8;
}
.zs_index .forward_trading .spot_right .transaction_num_ul li {
  float: left;
  width: 33.333%;
  background-color: #fff;
}
.zs_index .brand {
  width: 1200px;
  height: 50px;
  line-height: 50px;
  margin: 15px auto;
  border-bottom: 2px solid #00a0e9;
  font-size: 20px;
  padding-left: 20px;
  background-color: #fff;
}
.zs_index .brand li {
  position: relative;
  float: left;
  margin-right: 40px;
  cursor: pointer;
}
.zs_index .brand li .brand_arrow {
  position: absolute;
  top: 48px;
  width: 16px;
  left: 31px;
  background: url(../img/sp_1.png);
  height: 8px;
}
.zs_index .brand li:last-child .brand_arrow {
  display: none;
}
.zs_index .brand_list {
  width: 1200px;
  height: 190px;
  margin: 10px auto;
}
.zs_index .brand_list:last-child {
  display: none;
}
.zs_index .brand_list a {
  margin-right: 10px;
}
.zs_index .brand_list .brand_list_items {
  width: 128px;
  height: 90px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.zs_index .brand_list .brand_list_items p {
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: -30px;
  width: 100%;
  height: 26px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 26px;
  font-size: 14px;
  transition: all 0.7s;
  z-index: 99999;
  text-align: center;
}
.zs_index .brand_list .brand_list_items:hover p {
  bottom: 0px;
}
.zs_index .brand_list img {
  width: 128px;
  height: 90px;
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.zs_index .brand_list img:nth-child(9n) {
  margin-right: 0;
}
.zs_index .server {
  width: 100%;
  background-color: #fff;
}
.zs_index .server .server_content {
  width: 1200px;
  margin: 0px auto;
}
.zs_index .server_item {
  width: 100%;
  background-color: #fff;
}
.zs_index .server_item .server_item_content {
  width: 1200px;
  margin: 0px auto;
  background-color: #fff;
  padding: 10px 0;
}
.zs_index .server_item .server_item_content a {
  color: #5e5e5e;
}
.zs_index .server_item .server_item_content dl {
  border-right: 1px solid #CCC;
  width: 240px;
  float: left;
  padding-left: 73px;
  margin-top: 20px;
}
.zs_index .server_item .server_item_content dl dt {
  font-size: 16px;
  margin-bottom: 20px;
}
.zs_index .server_item .server_item_content dl dd {
  line-height: 24px;
}
.zs_index .server_item .server_item_content .server_box {
  background-color: #fff;
  float: left;
  margin-top: 20px;
  margin-left: 50px;
  text-align: center;
}
.zs_index .server_item .server_item_content .server_box .server_mobile {
  font-size: 24px;
  color: #ff6600;
}
.zs_index .server_item .server_item_content .server_box .server_time {
  line-height: 24px;
}
.zs_index footer {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.zs_index footer a {
  color: #5e5e5e;
}
.zs_index footer p {
  margin-top: 15px;
}
.zs_index footer a {
  margin: 0 10px;
}
.zs_index ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 12px;
}
.zs_index ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 12px;
}
.zs_index :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 12px;
}
.zs_index .search_goods {
  height: 40px;
  width: 1200px;
  margin: 15px auto;
  background: -webkit-linear-gradient(left, #feb528, #ff7902);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #feb528, #ff7902);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #feb528, #ff7902);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #feb528, #ff7902);
  /* 标准的语法 */
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#feb528, endcolorstr=#ff7902, gradientType=1);
}
.zs_index .search_goods .search_goods_text {
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  margin-left: 60px;
  text-shadow: #d08021 2px 2px 2px;
  float: left;
}
.zs_index .search_goods .search_goods_num,
.zs_index .search_goods .search_goods_mobile {
  border: 0;
  width: 290px;
  height: 28px;
  outline: 0;
  float: left;
  margin-top: 6px;
  padding-left: 8px;
}
.zs_index .search_goods .search_goods_num {
  width: 452px;
  margin-left: 30px;
  margin-right: 10px;
}
.zs_index .search_goods .search_goods_btn {
  float: left;
  margin-top: 6px;
  margin-left: 10px;
  width: 114px;
  line-height: 28px;
  color: #000;
  height: 28px;
  background-color: #fff200;
  border: 0;
  outline: 0;
}
/**新增**/
.custom_service {
  width: 80px;
  margin-top: 20px;
  line-height: 22px;
  height: 22px;
  position: relative;
}
.custom_service .custom_service_p {
  cursor: pointer;
}
.custom_service .custom_service_popup {
  position: absolute;
  top: -95px;
  left: -85px;
  width: 250px;
  height: 90px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #f9fdff;
  display: none;
}
.custom_service .custom_service_popup .custom_service_popup_p {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  background: #e2e1df;
  border-radius: 50%;
  color: #afafaf;
  overflow: hidden;
  width: 60px;
  height: 60px;
  line-height: 55px;
  font-size: 38px;
}
.custom_service .custom_service_popup .custom_service_popup_p img {
  width: 100%;
  height: 100%;
}
.custom_service .custom_service_popup .custom_service_popup_text {
  text-align: left;
  float: left;
  width: 178px;
  padding-left: 10px;
  padding-top: 10px;
}
.custom_service .custom_service_popup .custom_service_popup_text .sc_img {
  float: left;
  margin-right: 4px;
}
.custom_service .custom_service_popup .custom_service_popup_text .cp {
  cursor: pointer;
}
.custom_service .custom_service_popup i {
  background: url(/images/custom_service2.png) no-repeat;
  width: 24px;
  height: 13px;
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -12px;
}
.tooltip_v2 {
  position: relative;
}
.prompt-01 {
  position: absolute;
  width: 122px;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-box-shadow: 0 0 2px 2px #eee;
  -moz-box-shadow: 0 0 2px 2px #eee;
  box-shadow: 0 0 2px 2px #eee;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.tooltip_v2 .prompt-01 {
  position: absolute;
  z-index: 1;
  width: 400px;
  right: 75px;
  top: -22px;
  padding: 9px 9px 0;
  display: none;
  cursor: auto;
}
.tooltip_v2-logistics .prompt-01 {
  position: absolute;
  z-index: 1;
  width: 400px;
  right: 75px;
  top: -22px;
  padding: 9px 9px 0;
  display: none;
  cursor: auto;
}
.prompt-01 .pc {
  background: #fff;
  padding: 0;
  color: #333;
  text-align: left;
  overflow: hidden;
}
.tooltip_v2 .prompt-01 .pc {
  min-height: 235px;
}
.tooltip_v2-logistics .prompt-01 .pc {
  min-height: 235px;
}
.prompt-01 .pc li {
  overflow: hidden;
  zoom: 1;
}
.prompt-01 .p-tit {
  margin: -10px 0 0 -10px;
  height: 35px;
  line-height: 35px;
  padding: 0 0 0 20px;
  font-weight: 700;
  border-bottom: 1px solid #e3e3e3;
}
.prompt-01 .logistics-cont {
  position: relative;
  margin-left: 15px;
  max-height: 410px;
  overflow-y: auto;
  padding-left: 5px;
  margin-bottom: 20px;
  line-height: 20px;
}
.prompt-01 .logistics-cont li.first {
  color: #e4393c;
}
.prompt-01 .logistics-cont li {
  position: relative;
  overflow: visible;
  width: 340px;
  height: auto;
  color: #666;
  padding: 15px 0 0 15px;
  border-left: 1px solid #e3e3e3;
  line-height: 18px;
}
.prompt-01 .logistics-cont li.first .node-icon {
  background-position: 0 -115px;
}
.prompt-01 .logistics-cont .node-icon {
  display: block;
  position: absolute;
  top: 21px;
  left: -4px;
  width: 8px;
  height: 8px;
  overflow: hidden;
  background: url(//misc.360buyimg.com/user/myjd-2015/css/i/order-icon20150916.png) -17px -115px no-repeat;
  vertical-align: middle;
  zoom: 1;
}
.prompt-01 .p-arrow {
  position: absolute;
  background: url(//misc.360buyimg.com/user/myjd-2015/widget/common/i/arrow-gray.png) no-repeat;
}
.prompt-01 .p-arrow-left {
  right: -8px;
  top: 25px;
  width: 8px;
  height: 16px;
  background-position: -7px 0;
}
